home *** CD-ROM | disk | FTP | other *** search
- FMAZ41 -- Maze Game
-
- Version 4.1 (10/4/95)
-
-
- Generate and solve mazes on your VGA (or better) display.
-
- The mazes are displayed in three dimensions.
-
- SQRMAZE generates mazes with square rooms; HEXMAZE generates mazes with
- hexagonal rooms.
-
- You will be prompted for the number of columns, the tilt, the number of
- mazes to be tried before one is selected for display, and a random number seed.
- In general, the more mazes that are tried, the harder the displayed maze will
- be to solve.
-
- While the maze is being selected, a spinning cursor is displayed.
-
- After the maze is displayed, you may use the arrow keys (with SQRMAZE) or
- the Home, PgUp, PgDn, End, up arrow, and down arrow keys (with HEXMAZE) to solve
- it. Press "Q" to quit or press "S" to have the computer solve the maze.
-
- After the maze is solved, you must press some key to continue.
-
- Each maze has exactly one solution that does not involve backtracking
- (passing through a doorway more than once).
-
- This program was written by James L. Dean.
-